home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / COMMS / PGP / PGP263I.ARC / pgp263i / config_gjm < prev    next >
Text File  |  1997-05-23  |  4KB  |  105 lines

  1. # My PGP 2.6.2i config file. Most of the blurb from the standard
  2. # config/txt file has been left so I don't forget what to do.
  3. #
  4. # Blank lines are ignored, as is anything following a '#'.
  5. # Keywords are not case-sensitive.  
  6. # Whatever appears in here can be overridden on the command line,
  7. # by specifying (for example) "+armor=on".
  8.  
  9. # MyName is substring of default user ID for secret key to make signatures.
  10. # If not set, PGP will use the first key on your secret keyring (the last
  11. # key you created) if you don't specify the user with -u
  12. MyName = "Gareth J. McCaughan"
  13.  
  14. # The language we will be using for displaying messages to the user.  
  15. #
  16. # Available languages:
  17. #   en = English (default), es = Spanish, fr = French, 
  18. #   de = German, it = Italian, br = Brazilian portuguese
  19. #   esp = Esperanto, lv = Latvian, lt3 = Lithuanian,
  20. #   ru = Russian, nl = Dutch, #   fi = Finnish,
  21. #   hu = Hungarian, no = Norwegian, pt = Portugese,
  22. #   sv = Swedish, da = Danish, is = Icelandic,
  23. #   zh = Chinese, ko = Korean, ar = Arabic, iw = Hebrew,
  24. #   el = Greek, tr = Turkish, ja = Japanese
  25. #
  26. # Most of these codes are the ISO 639-1988 2-letter "Codes for
  27. # Representation of Names of Languages"
  28. Language = en
  29.  
  30. # Character set for displaying messages and for conversion of text files.
  31. # If you set this variable to cp850, ascii or alt_codes, PGP will do
  32. # character set conversions if TextMode = on or if you specify the -t
  33. # option when encrypting or signing a file.
  34. # Available character sets:
  35. #   latin1, cp850, alt_codes, koi8, ascii
  36. #
  37. # For MSDOS with a standard character set you should use cp850 to get
  38. # correct character translations.  Russian character sets for MSDOS are
  39. # usually alt_codes.
  40. #
  41. # The default for CharSet is "noconv" which means no character conversion.
  42. # Note that noconv, latin1, and koi8 are all treated as equivalent.
  43. #
  44. # CharSet = cp850
  45.  
  46. # TMP is the directory name for PGP scratch files, usually a RAM disk.
  47. # TMP = "e:\"     # Can be overridden by environment variable TMP
  48.  
  49. # Pager is the file viewing program used for viewing messages with -m
  50. # If not set or set to "pgp", a built-in pager will be used.  The pager set
  51. # in config.txt will override the environment variable PAGER.
  52. # Pager = "list"
  53.  
  54. # ArmorLines is the maximum number of lines per packet when creating a
  55. # transport armored file.  Set to 0 to disable splitting in parts.
  56. ArmorLines = 720
  57.  
  58. # The following commented-out settings are *not* the defaults.
  59. # Uncomment (remove the leading "#" character) them to get the
  60. # non-default behaviour indicated.
  61.  
  62.   Armor = on          # Use -a flag for ASCII armor whenever applicable
  63.   TextMode = on       # Attempt to use -t option where applicable
  64.   ClearSig = on       # Use unarmored plaintext for unencrypted signed message
  65. # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
  66. # Verbose = 2         # verbose diagnostic messages
  67. # Verbose = 0         # be quiet
  68. # Compress = off      # off means suppress compression to aid debugging
  69. # ShowPass = on       # Echo password when user types it
  70.   EncryptToSelf = on  # Encrypt all messages with your own public key
  71.   Legal_Kludge = off  # Use backwards-compatible format
  72.  
  73. # BakRing is the path to a backup copy of your secret keyring, usually
  74. # on floppy disk.  Your secret keys will be compared with the backup copy
  75. # when doing a keyring check (pgp -kc)
  76. # BakRing = "a:\secring.pgp"
  77.  
  78. # Number of completely trusted signatures needed to make a key valid.
  79. Completes_Needed = 1
  80.  
  81. # Number of marginally trusted signatures needed to make a key valid.
  82. Marginals_Needed = 3
  83.  
  84. # How many levels of introducers may introduce other introducers.
  85. Cert_Depth = 4
  86.  
  87. # TZFix is hours to add to time() to get GMT, for GMT timestamps.
  88. # Since MSDOS assumes local time is US Pacific time, and pre-corrects 
  89. # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado, 
  90. # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.  
  91. # However, if your MSDOS environmental variable TZ is properly defined 
  92. # for your timezone, you can leave TZFix=0.  Unix systems probably 
  93. # shouldn't need to worry about setting TZFix.
  94. # TZFix = 0
  95.  
  96. # Paths to keyrings and seed file for random generator.
  97. # PubRing = "c:\pgp\pubring.pgp"
  98. # SecRing = "c:\pgp\secring.pgp"
  99. # RandSeed = "c:\pgp\randseed.bin"
  100.  
  101. # Add optional comment to ASCII armor output.
  102. # Comment = "Requires PGP version 2.6 or later."
  103.